github.com/jackc/pgx/v5.Conn.execSQLParams (method)
2 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L572: return c.execSQLParams(ctx, sql, arguments)
conn.go#L618: func (c *Conn) execSQLParams(ctx context.Context, sql string, args []any) (pgconn.CommandTag, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)